Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit f8775adbabdbd4d9140eac8696a2d2360565986e


Parents : c0dac0e
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-02-18T20:27:33+01:00

Increased announce stream length

Changes

2 files changed, 2 insertions(+), 2 deletions(-)


Diff

diff --git a/nomadnet/Directory.py b/nomadnet/Directory.py
index 335db63..ee0ef09 100644
--- a/nomadnet/Directory.py
+++ b/nomadnet/Directory.py
@@ -30,7 +30,7 @@ class PNAnnounceHandler:
RNS.log("The contained exception was: "+str(e), RNS.LOG_DEBUG)
class Directory:
- ANNOUNCE_STREAM_MAXLENGTH = 64
+ ANNOUNCE_STREAM_MAXLENGTH = 256
aspect_filter = "nomadnetwork.node"
@staticmethod

diff --git a/nomadnet/ui/textui/Network.py b/nomadnet/ui/textui/Network.py
index bc87f5a..63f00ec 100644
--- a/nomadnet/ui/textui/Network.py
+++ b/nomadnet/ui/textui/Network.py
@@ -389,7 +389,7 @@ class AnnounceStream(urwid.WidgetWrap):
# Create tab buttons
self.tab_nodes = TabButton("Nodes", on_press=self.show_nodes_tab)
self.tab_peers = TabButton("Peers", on_press=self.show_peers_tab)
- self.tab_pn = TabButton("LXMF Propagation Nodes", on_press=self.show_pn_tab)
+ self.tab_pn = TabButton("Propagation Nodes", on_press=self.show_pn_tab)
# Create tab bar with proportional widths
self.tab_bar = urwid.Columns([


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────